object fRule: TfRule Left = 341 Top = 102 BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsSingle Caption = 'Enter URL' ClientHeight = 160 ClientWidth = 347 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lblKeyword: TLabel Left = 8 Top = 8 Width = 51 Height = 13 Caption = 'lblKeyword' end object lblStatement: TLabel Left = 8 Top = 56 Width = 58 Height = 13 Caption = 'lblStatement' end object cmbKeyword: TComboBox Left = 8 Top = 23 Width = 241 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnClick = cmbKeywordClick Items.Strings = ( '@charset' '@import' '@media' '@page' '@fontdef' '@font-face') end object mmStatement: TMemo Left = 8 Top = 71 Width = 241 Height = 81 TabOrder = 1 OnChange = mmStatementChange end object btnOk: TButton Left = 270 Top = 23 Width = 72 Height = 22 HelpContext = 49 Caption = 'Ok' Default = True Enabled = False ModalResult = 1 TabOrder = 2 end object btnCancel: TButton Left = 270 Top = 51 Width = 72 Height = 22 HelpContext = 44 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end end